You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > AddProduct Method > Matrix.AddProduct Method ([In] TMtxVec, [In] TMtxVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.AddProduct Method ([In] TMtxVec, [In] TMtxVec)

Add a product of two matrices.

Syntax
C#
Visual Basic
public TMtxVec AddProduct([In] TMtxVec Vec1, [In] TMtxVec Vec2);

Multiply Vec1 elements with coresponding Vec2 elements and add the result to the calling Matrix. The size of the calling Matrix is set implicitly.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!